vcCollisionTestMethod
See in: Overview
Module: vcCore
Parent: Enum
Children -
Referenced by: -
Enums
| Value | Description |
| ALL_COLLISIONS | Tests all possible collision pairs, for example from both ListA and ListB |
| ALL_COMPONENT_COLLISIONS | Tests if collision is detected with a component. |
| ALL_NODE_COLLISIONS | Tests if collision is detected with a node. |
| FIRST_COLLISION | Tests until the first collision was found. |